home *** CD-ROM | disk | FTP | other *** search
- ; changecp.INF
-
- ; This is the Setup information file to install the animated cursor editor
-
- ; Copyright (c) 1993-1995 Microsoft Corporation
-
-
- [version]
- LayoutFile=rklayout.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DestinationDirs]
- Register.Copy = 17 ; LDID_INF
- rklayout.copy = 17 ; LDID_INF
- changecpCopyFiles = 24,%OEM_PROGRAMF%\%OEM_RESOURCE%\%changecp% ; LDID_APPS\Program Files\Resource Kit
-
- [Optional Components]
- changecp
-
- [changecp]
- OptionDesc = %changecp_Desc%
- Tip = %changecp_TIP%
- CopyFiles = changecpCopyFiles, Register.Copy, rklayout.copy
- AddReg = changecpReg, changecp.install.reg, Register.AddReg
- InstallType = 0 ;Manual only
- IconIndex = 50 ;Default (diamond) mini-icon for dialogs
- Uninstall = changecp_remove
-
-
- [changecp_remove]
- DelFiles = changecpCopyFiles, Register.Copy
- DelReg = UnRegister.DelReg
-
-
- [rklayout.copy]
- rklayout.inf
-
- [Register.Copy]
- changecp.inf
-
- [changecpCopyFiles]
- changecp.exe
- changecp.txt
- 1251.BIN
- 1252.BIN
- 1253.BIN
- 737.dat
- 850.dat
- 855.dat
- 860.dat
- 861.dat
- 862.dat
- 863.dat
- 865.dat
- 866.dat
- 869.dat
- APP737.fon
- APP850.fon
- APP855.fon
- APP860.fon
- APP861.fon
- APP863.fon
- APP865.fon
- APP866.fon
- APP869.fon
- baltic.dat
- cp_1251.nls
- cp_1252.nls
- cp_1253.nls
- cp_437.nls
- cp_737.nls
- cp_850.nls
- cp_852.nls
- cp_855.nls
- cp_860.nls
- cp_861.nls
- cp_863.nls
- cp_865.nls
- cp_866.nls
- cp_869.nls
- dosapp.fon
- ega.cpi
- ega2.cpi
- ega3.cpi
- vga737.fon
- vga850.fon
- vga855.fon
- vga860.fon
- vga861.fon
- vga863.fon
- vga865.fon
- vga866.fon
- vga869.fon
- vgaoem.fon
- xlat737.bin
- xlat850.bin
- xlat855.bin
- xlat860.bin
- xlat861.bin
- xlat863.bin
- xlat865.bin
- xlat866.bin
- xlat869.bin
-
- [Register.AddReg]
- ;Create entries for Maint Mode Setup
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\changecp,DisplayName,,%uninstall_Desc%
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\changecp,UninstallString,,"RunDll setupx.dll,InstallHinfSection changecp_Remove 4 changecp.INF"
-
- [UnRegister.DelReg]
- ;Remove entries for Maint Mode Setup
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\changecp
-
- [changecpReg]
- ; create the long-name for "Program Files"
- ; Note that when you rename a long name, VFAT changes the short name from
- ; foobar~1 to foobar~2. To avoid this, we introduce a work around in the form of
- ; an intermediate rename
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
- ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,,"%Old_Program_Files%" ; review - leave in for M8
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!$!$!$!$.$!$
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,,"%Program_Files%,1"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,"%24%\%PROGRAMF%"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%RESOURCE%,,!$!$!$!$.$!$
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.$!$,,"%ResourceKit%,1"
-
-
-
- [Strings]
- RKTOOLS_DESC = "Resource Kit"
- changecp = "ChangeCP"
- changecp_Desc = "ChangeCP - Console Code Page Changer"
- uninstall_Desc = "ChangeCP - Console Code Page Changer"
- changecp_TIP = "CHANGECP allows you to change the code page used for MS-DOS-based applications and the MS-DOS prompt."
- DSK = "Windows 95 Resource Kit"
-
-
-
- ; Directory names - note that that short versions must match the truncated
- ; 8 char names for the long versions, or else there will be problems.
- ; also need to put the short versions in the [DestinationDirs] section above
- ; Used by wordpad, hypertrm, backup, paint, & MSN
- Program_Files = "Program Files"
- PROGRAMF = "Progra~1" ; first 6 chars of Program_Files, + "~1"
- OEM_PROGRAMF = "Progra~1" ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
- ResourceKit = "Resource Kit"
- RESOURCE = "Resour~1" ; first 6 chars of Resource Kit, + "~1"
- OEM_RESOURCE = "Resour~1" ; first 6 chars of Resource Kit, + "~1" - in OEM codepage (not Ansi)
-